projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6420279
)
1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 28 Aug 1996 00:04:03 +0000
(
00:04
+0000)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 28 Aug 1996 00:04:03 +0000
(
00:04
+0000)
* gnus.el (gnus-decode-rfc1522): Didn't put point at point-min
before starting to decode.
lisp/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus.el
b/lisp/gnus.el
index 7a104bd14b7fef89774db6a7b2b2c9da937c2a34..ef3df2ffd1eaa8099cf10a0775b26b9adbd98161 100644
(file)
--- a/
lisp/gnus.el
+++ b/
lisp/gnus.el
@@
-14248,6
+14248,7
@@
always hide."
(goto-char (point-min))
(or (search-forward "\n\n" nil t) (point-max)))
+ (goto-char (point-min))
(while (re-search-forward
"=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
(setq string (match-string 1))